net.netFD.dup (method)
4 uses
	net (current package)
		fd_unix.go#L196: func (fd *netFD) dup() (f *os.File, err error) {
		net.go#L305: 	f, err = c.fd.dup()
		tcpsock_posix.go#L171: 	f, err := ln.fd.dup()
		unixsock_posix.go#L200: 	f, err := ln.fd.dup()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |